net/http.ServeMux.handler (method)
4 uses
net/http (current package)
server.go#L2409: return mux.handler(r.Host, r.URL.Path)
server.go#L2424: _, pattern = mux.handler(host, path)
server.go#L2429: return mux.handler(host, r.URL.Path)
server.go#L2434: func (mux *ServeMux) handler(host, path string) (h Handler, pattern string) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)